Description
Restore the file input from a context variable given its name. Return the file.
Operation id | Context.RestoreBlobInput |
Category | Execution Context |
Label | Restore File Input |
Requires | |
Since | |
Parameters
Signature
Implementation Information
JSON Definition
{
"id" : "Context.RestoreBlobInput",
"label" : "Restore File Input",
"category" : "Execution Context",
"requires" : null,
"description" : "Restore the file input from a context variable given its name. Return the file.",
"url" : "Context.RestoreBlobInput",
"signature" : [ "void", "blob" ],
"params" : [ {
"name" : "name",
"description" : null,
"type" : "string",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}